Sum Procedure
What does the sum procedure do?
sum
def sum(a, b): a = a + b
Nothing
Takes two numbers as its inputs, and outputs their sum
Takes two strings as its inputs, and outputs the concatenation of the two strings
Takes two numbers as its inputs, and changes the value of the first input to be the sum of the two numbers